home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 17
/
AMIGAplus Sonderheft 17 (1999)(ICP)(DE)[!].iso
/
Rexx
/
WinView_colour.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1995-07-20
|
404b
|
19 lines
/*
** Starts WindowView - auto sized COLOUR
** --------------------------------------
**
** PMPro will change -PicManFile- to the filename of the picture
**
** Example: PMPro generates following Line:
**
** "run PIC_MANAGER:Tools/WindowView" """RAM:Dummy 1.iff""" "-sauto"
**
** (c) 1995 by J. Schaefer
*/
ADDRESS COMMAND
"run PIC_MANAGER:Tools/WinView" ""PicManFile"" "-sauto -dcolour -mamiga"
EXIT